home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 142
/
Volume 142 Oct 17 2011 - Damaged.iso
/
Games
/
Fashion_Recall.swf
/
scripts
/
DefineButton2_238
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2011-10-17
|
228b
|
11 lines
on(press){
if(_currentframe < 3)
{
gotoAndStop(3);
_parent.dragitems.gotoAndStop(_name);
_parent.dragitems._x = _X;
_parent.dragitems._y = _Y;
startDrag(_parent.dragitems,0);
}
}